home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
misc
/
ibasedm1.arj
/
SETUP.INF
< prev
Wrap
INI File
|
1993-01-26
|
5KB
|
142 lines
[setup]
;
; This is where you put global information about your app.
;
"PACKAGENAME","ISIS/Base 1.01 DEMO"
"CAPTIONNAME","ISIS/Base Setup"
[disks]
;
; This is where you place the information about the installation
; disks.
;
; Format:
;
; "n","path","name"
;
; n : The disk number, 0-9, A-Z. MUST BE ONE CHARACTER ONLY!
; path : The path of the disk, i.e. "A:\"
; name : The name on the printed disk label you stick on,
; i.e. "KillerApp Disk #1"
;
"0","A:\","ISIS/Base 1.01 DEMO Disk 1 of 2"
"1","A:\","ISIS/Base 1.01 DEMO Disk 2 of 2"
[directories]
;
; This is where you indicate where to place the files. There are
; two types of directories: The parent, and children. Children
; must be from the parent, or from other children. There can
; only be one parent, as many children as you like
;
; Format:
;
; "n","path","description"
;
; n : The directory Number. PARENT must be 0, and must exist
; children can have names A-Z, must start with A,
; and work up. Children start with backslash.
; path : The name of the subdirectory
; description : The description of the purpose of this directory
;
"0","C:\ISISDEMO","ISIS/Base Program Directory"
"A","\HELP","ISIS/Base Help Directory"
"B","\SAMPLE","ISIS/Base Samples Directory"
[apps]
;
; This is where you place the information about each file to be
; copied.
;
; ----------------------------------------------------------------------------
;
; NOTE: There are two types of setup: Simple and Complex.
;
; Simple: Installs ALL files, like a batch file. For this
; setup, do not worry about "D" flags, "R" flags,
; or the <nn> flag.
;
; Complex: Presents the user with a dialog box allowing
; them to install certain files. All flags apply
; in this case.
;
; ----------------------------------------------------------------------------
;
; Format:
;
; "n","fo types of setup: Simple and Complex.
;
; Simple: Installs ALL files, like a batch file. For this
; setup, do not worry about "D" flags, "R" flags,
; or the <nn> flag.
;
; Complex: Presents the user with a dialog box allowing
; them to install certain files. All flags apply
; in this case.
;
; ----------------------------------------------------------------------------
;
; Format:
;
; "n","fer Selection Listbox
; Ic : Add this program to ProgMan, group c. Group is A-Z
; nn : The next nn entries are part of the group to copy,
; for example, if there are four files for KillerApp,
; all of which you copy or you dont, then you
; would place 03 in this spot, and make the next
; three entries be the other three files. The user
; will see this entry as only one Object though.
;
; d : The destination directory. 0 = Parent, 1-9, A-Z = Children
;
; idir : The directory on the install disk
;
; filename : The actual name of the file
;
; PName : The name of the Icon in Progman (required if D flag)
;
; Description: A short description, for the listbox entry (only if D flag)
;
; Comment : The lengthy text displayed in the Comment box (only if D flag)
;
; size : Size of file/group in K (Only if D flag)
;
; These three lines are for A:\BIN\KILLER.EXE, .DLL, and .HLP to go
; on C:\KILLER, putting KILLER.EXE in Group A
"0","02CDIA","0","ISISDEMO","ISISBASE.EXE","ISIS/Base 1.01 DEMO","ISIS/Base Program Files","ISIS/Base Program and Support Files","1300"
"0","C","0","ISISDEMO","BASEICON.FON"
"0","C","0","ISISDEMO","8514BASE.FON"
"0","01CD","A","HELP","ISISBASE.HLP","ISIS/Base 1.01 DEMO","ISIS/Base Help Files","Help Document Files","900"
"0","C","A","HELP","ISISBASE.IMG"
"1","05CD","B","SAMPLE","LOCALMX.DB","ISIS/Base 1.01 DEMO","ISIS/Base Examples","Sample Files","1200"
"1","C","B","SAMPLE","LOCALRX.DB"
"1","C","B","SAMPLE","FLAT.DB"
"1","C","B","SAMPLE","HIER.DB"
"1","C","B","SAMPLE","SIMILARQ.RXN"
"1","C","B","SAMPLE","STEROID.MOL"
; These two lines are for A:\BIN\COOL.EXE, and COOL.DLL to go
; on C:\KILLER\CHILD1, putting COOL.EXE in Group A
; "1","01DIA","A","BIN","COOL.EXE","Cool","Cool","Cool Program","23"
; "1","","A","BIN","COOL.HLP"
[progman]
;
; This defines the progman groups that the apps above will be added to
;
; Format:
;
; "n","Title","filename"
;
; n : The number of the group, A-Z
; title : The caption on the group window
; filename : The name of the .GRP file
"A","ISIS DEMO","ISISDEMO.GRP"